@charset "UTF-8";
body
{
	text-align: center;
}

#container
{
	text-align: left;
	width: 700px;
	max-width: 1000px;
	margin: auto;
}

#header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
	width: 925px;
	padding-left: 100px;
}

#navbar {
	width: 1000px;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	text-align: left;
	margin: auto;
	width: 700px;
}
